home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / braunger.dir / 00321_Script_321 < prev    next >
Text File  |  1994-11-29  |  531b  |  21 lines

  1. on exitFrame
  2.   global CAPSULEGlow
  3.   set the cursor of sprite 1 to 0
  4.   set the cursor of sprite 2 to 0
  5.   set the cursor of sprite 3 to 0
  6.   set the cursor of sprite 4 to 0
  7.   set the cursor of sprite 5 to 0
  8.   set the cursor of sprite 6 to 0
  9.   set the cursor of sprite 7 to 0
  10.   set the cursor of sprite 23 to 0
  11.   
  12.   updateStage
  13.  
  14.   if CAPSULEGlow = 0 then
  15.     go to frame "PASSWORD2" OF MOVIE "MODLE3B"
  16.   else
  17.     if CAPSULEGlow = 1 then
  18.       go to frame "PASSWORD1" OF MOVIE "MODLE3B"
  19.     end if
  20.   end if  
  21. end if